home *** CD-ROM | disk | FTP | other *** search
- /*****
- *
- * grants-application.h
- *
- * This is a support file for "Grant's CGI Framework".
- * Please see the license agreement that accompanies the distribution package
- * for licensing details.
- *
- * Copyright ©1996 by Grant Neufeld
- * grant@acm.com
- * http://arpp.carleton.ca/cgi/framework/
- *
- *****/
-
- /* the precompiled headers file to include for CodeWarrior is determined
- by whether we're compiling for PowerPC */
- #if defined(__MWERKS__) && defined(powerc)
- #include "MacHeadersPPC"
- #elif defined(__MWERKS__)
- #include "MacHeaders68K"
- #endif
-
- /* application projects must have this value defined to zero */
- #define kCompilingForWSAPI 0
-
- /* compiler specific settings needed by the framework */
- #include "compiler_stuff.h"
-
-
- /*** EOF ***/
-